# Export event as ICS file

Exports a single event in ICS (iCalendar) format for import into calendar applications.

Endpoint: GET /api/v1/events/{eventId}.ics
Version: 1.0
Security: 

## Path parameters:

  - `eventId` (string, required)
    UUID with type prefix
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


